LiveEventListQueryResultHandler

fun interface LiveEventListQueryResultHandler

A class that provides the onResult() to handle information about a list of liveEvents or an error from Sendbird server.

Since

1.0.0

Functions

Link copied to clipboard
abstract fun onResult(liveEvents: List<LiveEvent>?, e: SendbirdException?)

A callback function that receives information about a list of liveEvents or an error from Sendbird server.